home
***
CD-ROM
|
disk
|
FTP
|
other
***
search
/
Developer Helper 1: Phil & Dave's Excellent CD
/
Excellent CD HFS.raw
/
HyperCard
/
HyperCard 1.2.2 International
/
HyperCard Italian (T-1.2.2)
/
Altri Stack
/
Rapporto Spese
/
card_2971.txt
< prev
next >
Wrap
Text File
|
1988-11-22
|
5KB
|
281 lines
-- card: 2971 from stack: in
-- bmap block id: 0
-- flags: 0000
-- background id: 2664
-- name:
-- part 1 (field)
-- low flags: 00
-- high flags: 6002
-- rect: left=7 top=97 right=264 bottom=98
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 18
-- style flags: 256
-- line height: 30
-- part name:
-- part 3 (field)
-- low flags: 00
-- high flags: 6002
-- rect: left=98 top=127 right=264 bottom=165
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 30
-- part name:
-- part 4 (field)
-- low flags: 00
-- high flags: 6002
-- rect: left=164 top=127 right=264 bottom=232
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 30
-- part name:
-- part 5 (field)
-- low flags: 00
-- high flags: 6002
-- rect: left=231 top=127 right=264 bottom=299
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 30
-- part name:
-- part 6 (field)
-- low flags: 00
-- high flags: 6002
-- rect: left=298 top=127 right=264 bottom=366
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 30
-- part name:
-- part 7 (field)
-- low flags: 00
-- high flags: 6002
-- rect: left=365 top=127 right=264 bottom=434
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 30
-- part name:
-- part 8 (field)
-- low flags: 00
-- high flags: 6002
-- rect: left=433 top=127 right=264 bottom=512
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 12
-- style flags: 0
-- line height: 30
-- part name:
-- part 10 (field)
-- low flags: 00
-- high flags: 2002
-- rect: left=8 top=37 right=79 bottom=196
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 3
-- text size: 18
-- style flags: 256
-- line height: 30
-- part name:
-- part 9 (button)
-- low flags: 00
-- high flags: A003
-- rect: left=441 top=277 right=320 bottom=506
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name: Ricalcola
----- HyperTalk script -----
on mouseUp
-- imposta le variabili
set cursor to 4 --mette il cursore ad orologio
-- set lockscreen to true --per visualizzare i cambi solo alla fine
put 4 into numberOfRows
put 7 into numberOfColumns
-- azzera la colonna dei totali
repeat with row = 1 to numberOfRows
put 0 into line row of card field numberOfColumns
end repeat
-- azzera la riga dei totali in basso
repeat with col = 2 to numberOfColumns+1
put 0 into line numberOfRows of card field col
end repeat
-- Calcola i totali parziali di una riga
repeat with col = 2 to numberOfColumns-1 --somma ogni entrata
repeat with row =1 to numberOfRows-1
put line row of card field col into it --prende l'item (riga,col)
add it to line numberOfRows of card field col
add it to line row of card field numberOfColumns
end repeat
end repeat
-- Calcola la somma totale
repeat with col = 2 to numberOfColumns
add line numberOfRows of card field col to line numberOfRows of card field numberOfColumns
end repeat
end mouseUp
-- part 12 (field)
-- low flags: 00
-- high flags: 2002
-- rect: left=195 top=37 right=79 bottom=509
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 18
-- style flags: 0
-- line height: 30
-- part name:
-- part 13 (button)
-- low flags: 00
-- high flags: 2000
-- rect: left=2 top=271 right=322 bottom=55
-- title width / last selected line: 0
-- icon id / first selected line: 20098 / 20098
-- text alignment: 1
-- font id: 0
-- text size: 12
-- style flags: 0
-- line height: 16
-- part name:
----- HyperTalk script -----
on mouseUp
go home
end mouseUp
-- part 15 (field)
-- low flags: 00
-- high flags: 2002
-- rect: left=97 top=97 right=127 bottom=511
-- title width / last selected line: 0
-- icon id / first selected line: 0 / 0
-- text alignment: 0
-- font id: 3
-- text size: 18
-- style flags: 256
-- line height: 24
-- part name:
-- part contents for card part 1
----- text -----
Hotel
Auto
Pranzi
TOTALE
-- part contents for card part 3
----- text -----
10000
20000
35000
65000
-- part contents for card part 4
----- text -----
10000
32000
40000
82000
-- part contents for card part 5
----- text -----
12000
67800
20000
99800
-- part contents for card part 6
----- text -----
50000
22000
78900
150900
-- part contents for card part 7
----- text -----
10000
54000
30000
94000
-- part contents for card part 8
----- text -----
92000
195800
203900
983400
-- part contents for card part 10
----- text -----
Rapporto Spese
0
0
-- part contents for card part 12
----- text -----
Settimana del 21 Nov 1988
-- part contents for card part 15
----- text -----
Lun Mar Mer Giov Ven Totale